PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFSampleFunction Class


In This Topic
    PDFSampleFunction Class Methods
    In This Topic

    For a list of all members of this type, see PDFSampleFunction members.

    Public Methods
     NameDescription
    Public MethodCalculates the function for the given input.
    This method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public Methodstatic (Shared in Visual Basic)Creates a PDFFunction based on a COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the bits per sample.
    If the function has multiple output values, each one occupies BitsPerSample bits. Valid values are 1, 2, 4, 8, 12, 16, 24, and 32.  
    Public MethodGets the COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the function's decoding array.  
    Public MethodGets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the function's encoding array.  
    Public MethodGets the interpolation mode.  
    Public MethodGets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGet or sets the function samples.  
    Public MethodGets the number of samples.  
    Public MethodSets the bits per sample.
    If the function has multiple output values, each one occupies BitsPerSample bits. Valid values are 1, 2, 4, 8, 12, 16, 24, and 32.  
    Public MethodSets the function's decoding array.  
    Public MethodSets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodSets the function's encoding array.  
    Public MethodSets the interpolation mode.  
    Public MethodSets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGet or sets the function samples.  
    Public MethodSets the number of samples.  
    Top
    See Also